/* hide [bib] and [pdf] links */
.biburl, .bibpdf {
  display:none;
}

body {
  font-size: 80%;
}

h3, h4, p {
  margin-top:0;
  margin-bottom:0;
}

ul {
  padding-left:1.5em;
  margin-top:0;
}

.prepend-top {
  margin-top:1.5em;
}

.pagebreak {
	page-break-before:always;
}

.prepend-top { /* temporary, to fix print view overlfowing to next page */
	margin-top:0.5em;
}

#tabs, #pubmenu {
  height:0px;
  visibility:hidden;
}

/* override blueprint from adding (href) */
a:link:after, a:visited:after {content:'';}
body, h1, h2, h3, h4, h5, h6 {font-family:serif;}
a:link, a:visited {font-weight:700;text-decoration:none;}
